projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eaa859e
)
arm: ls102xa: Fixed a register definition error
author
Tang Yuantian
<
[email protected]
>
Thu, 9 Oct 2014 08:11:37 +0000
(16:11 +0800)
committer
York Sun
<
[email protected]
>
Wed, 19 Nov 2014 20:56:14 +0000
(12:56 -0800)
There are 8 SCFG_SPARECR registers in SCFG memory block, not one.
Signed-off-by: Tang Yuantian <
[email protected]
>
Reviewed-by: York Sun <
[email protected]
>
arch/arm/include/asm/arch-ls102xa/immap_ls102xa.h
patch
|
blob
|
history
diff --git
a/arch/arm/include/asm/arch-ls102xa/immap_ls102xa.h
b/arch/arm/include/asm/arch-ls102xa/immap_ls102xa.h
index 7995fe262b17c653569a247e617608be83039ce8..b5db7205fc46bd84a0b9e7494aa10c2ef9c4c011 100644
(file)
--- a/
arch/arm/include/asm/arch-ls102xa/immap_ls102xa.h
+++ b/
arch/arm/include/asm/arch-ls102xa/immap_ls102xa.h
@@
-182,7
+182,7
@@
struct ccsr_scfg {
u32 etsecmcr;
u32 sdhciovserlcr;
u32 resv14[61];
- u32 sparecr;
+ u32 sparecr
[8]
;
};
/* Clocking */